


/* Asset Sizes */
#content.size_200 .asset {   
  float:left;
  margin: 0 35px 0 0;
  width: 200px;

}

#content.size_200 .asset .img {
  width: 200px;
  height: 135px;
  overflow:hidden;
}
#content .asset .copy span {
  height:58px;
}
#content .asset .copy {
  line-height: 1.3em;
  min-height:20px;
  text-align:center;
  white-space: nowrap;
  margin: 10px 0 0 0px;
}

#content .assets.has_copy  .asset .copy {
  height: 2.6em;
  margin-bottom: 28px;
  overflow:hidden;
}

.index_thumbnail .asset {
  float:left;
}